PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.formattedcontent Package / PDFFormattedContent Class / PDFFormattedContent Constructor / PDFFormattedContent Constructor(String)
Paragraph text.
In This Topic
    PDFFormattedContent Constructor(String)
    In This Topic
    Initializes a new PDFFormattedContent object with a text paragraph.
    Syntax
    public PDFFormattedContent( 
       java.lang.String text
    )

    Parameters

    text
    Paragraph text.
    Exceptions
    ExceptionDescription
    When text is null.
    See Also